PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentFileAttachment Class / setModifyDate Method
The date and time when the attachment was modified.
In This Topic
    setModifyDate Method
    In This Topic
    Sets the modify date.
    Syntax
    public void setModifyDate( 
       java.time.LocalDateTime modifyDate
    )

    Parameters

    modifyDate
    The date and time when the attachment was modified.
    See Also